home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 December
/
CHIP Aralık 1996.iso
/
prog
/
backpack
/
demodata
/
misc
/
start.dxr
/
00107.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-30
|
238 b
|
13 lines
on exitFrame
puppetSprite(4, 1)
repeat with n = 1 to 1900
if the mouseDown then
exit repeat
end if
set the locH of sprite 4 to the locH of sprite 4 - 1
updateStage()
end repeat
puppetSprite(4, 0)
go(2)
end